Week 5
Oct 10/24/2022
- Link for using AI and running python code on Raspberry PI embulators was sent in an email.
- Had meeting with Vannary to discuss the previous runs made over the weekend.
- Asked her to put Collimator on hold.
- Discussed ways to generate various splits of the training dataset.
- Vannary plotted charts with distributions of different labels in each video.
- Nuances of framed being labelled incorrectly came into picture.
- This is documented by Vannary.
Oct 10/25/2022
- Fixed the bug with the huggingface deployment.
- Went out for lunch with Sudhir, Jake and Dr. Dion
- Shifted focus to the streamlit app for the SD1 demo on Thursday.
- Clarified Dick's concern on data not having the desired elevation columns.
- Update: Dick was looking at the files sent in the previous email.
- Had a meeting with Vannary to discuss issue with the weights and biases callback.
Oct 10/26/2022
- Started working on the Streamlit app for the SD1 demo tomorrow.
- Had a meeting with Sudhir to revise the design with an image carousel.
- Meeting with Pavan:
- Meeting with Vannary and Sudhir:
- Interpretation of results for the Learner object
Oct 10/27/2022
- Sent the slide deck to Sudhir. Pushed remaining changes on the app to the repo.
- Sent out emails regarding automated image annotation and dealing with class imbalace
- Did some research on using SMOTE on image datasets.
- Got one rudimentary implementation ready.
- End of the day, almost got the image carousel for un-blurred images ready.
- Needs just the look-up functionality to be implemented
Oct 10/28/2022
- Finished the app with the functionality to show images from any csv.
- Based on the selected csv, got an updated carousel at the bottom for un-blurred images starting from the selected image.
- Had a meeting with Pavan and Vannary, discussed a lot of things pertaining to:
- Data organization
- Trained models
- Nuances in the frame capturing scripts and spatial correlation
- Could be explored further, the algorithm used for calculating the spatial correlation.
- Link from Data Science StackExchange
- Meeting notes were captured by Deven, Vannary and Pavan and were sent out. Email has the subject, Collective meeting notes on CCTV
- Meeting with Vannary
- Tried to plot confusion matrix for our multi-label classification model.
- Confusion matrix did not turn out as expected.
- A question was asked on the forums, and the response after the end of the day.
- Plotting confusion matrix for multi-label classification models is not yet supported.
- Meeting with Pavan
- Had a discussion on code organization
- Making modular functions and potentially making an
image-utilsandopencvpython package of GQC usingnbdev.- For modular use and reusability of same code.
- Needs to be discussed with Sudhir
- IDEF0 diagrams for nuances of Jupyter notebooks and Google Drive was sent out.
Oct 10/31/2022
- Morning meeting with Jake and Sudhir. Points discussed and recap
- Meeting recap with SD1
- Solo
- Truck
- Sent out an email to Roboflow guy for getting started with image annotation.
- Typo to fix in Vannary's update. Have a meeting with Vannary to fix this.
- Definition of precision, recall and true positive in case of multi-label classification problem from a book.
- Custom fastai implementation of
MultiLabelClassificationInterpreter
- Custom fastai implementation of
- Python package for image-utils. Package is named as
gqcv.
- Meeting recap with SD1